home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFTPCONNPROPSFORM / TFTPCONNPROPSFORM.txt
Text File  |  2006-04-19  |  4KB  |  190 lines

  1. object FtpConnPropsForm: TFtpConnPropsForm
  2.   Left = 417
  3.   Top = 224
  4.   HelpContext = 6063
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'FTP Connection'
  8.   ClientHeight = 291
  9.   ClientWidth = 300
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCloseQuery = FormCloseQuery
  19.   OnDestroy = FormDestroy
  20.   DesignSize = (
  21.     300
  22.     291)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lblDisplayName: TLabel
  26.     Left = 35
  27.     Top = 20
  28.     Width = 63
  29.     Height = 13
  30.     Alignment = taRightJustify
  31.     Caption = 'Display name'
  32.   end
  33.   object lblServer: TLabel
  34.     Left = 67
  35.     Top = 46
  36.     Width = 31
  37.     Height = 13
  38.     Alignment = taRightJustify
  39.     Caption = 'Server'
  40.   end
  41.   object lblPort: TLabel
  42.     Left = 79
  43.     Top = 72
  44.     Width = 19
  45.     Height = 13
  46.     Alignment = taRightJustify
  47.     Caption = 'Port'
  48.   end
  49.   object lblUserName: TLabel
  50.     Left = 47
  51.     Top = 98
  52.     Width = 51
  53.     Height = 13
  54.     Alignment = taRightJustify
  55.     Caption = 'User name'
  56.   end
  57.   object lblPassword: TLabel
  58.     Left = 52
  59.     Top = 124
  60.     Width = 46
  61.     Height = 13
  62.     Alignment = taRightJustify
  63.     Caption = 'Password'
  64.   end
  65.   object lblInitialDir: TLabel
  66.     Left = 36
  67.     Top = 179
  68.     Width = 62
  69.     Height = 13
  70.     Alignment = taRightJustify
  71.     Anchors = [akLeft, akBottom]
  72.     Caption = 'Dossier Initial'
  73.   end
  74.   object lblHttpUrl: TLabel
  75.     Left = 53
  76.     Top = 206
  77.     Width = 45
  78.     Height = 13
  79.     Alignment = taRightJustify
  80.     Anchors = [akLeft, akBottom]
  81.     Caption = 'URL Http'
  82.   end
  83.   object edConnName: TEdit
  84.     Left = 103
  85.     Top = 16
  86.     Width = 183
  87.     Height = 21
  88.     HelpContext = 6055
  89.     TabOrder = 0
  90.     OnChange = edConnNameChange
  91.   end
  92.   object edServerName: TEdit
  93.     Left = 103
  94.     Top = 42
  95.     Width = 183
  96.     Height = 21
  97.     HelpContext = 6056
  98.     TabOrder = 1
  99.     OnChange = edConnNameChange
  100.   end
  101.   object EdPort: TEdit
  102.     Left = 103
  103.     Top = 68
  104.     Width = 183
  105.     Height = 21
  106.     HelpContext = 6057
  107.     TabOrder = 2
  108.     OnChange = edConnNameChange
  109.   end
  110.   object edUserName: TEdit
  111.     Left = 103
  112.     Top = 94
  113.     Width = 183
  114.     Height = 21
  115.     HelpContext = 6058
  116.     TabOrder = 3
  117.     OnChange = edUserNameChange
  118.   end
  119.   object EdPassword: TEdit
  120.     Left = 103
  121.     Top = 120
  122.     Width = 183
  123.     Height = 21
  124.     HelpContext = 6059
  125.     PasswordChar = '*'
  126.     TabOrder = 4
  127.   end
  128.   object EdInitialDir: TEdit
  129.     Left = 103
  130.     Top = 175
  131.     Width = 183
  132.     Height = 21
  133.     HelpContext = 6060
  134.     Anchors = [akLeft, akBottom]
  135.     TabOrder = 6
  136.   end
  137.   object chkPassive: TCheckBox
  138.     Left = 102
  139.     Top = 229
  140.     Width = 179
  141.     Height = 17
  142.     HelpContext = 6062
  143.     Anchors = [akLeft, akBottom]
  144.     Caption = 'Passive mode'
  145.     TabOrder = 8
  146.   end
  147.   object btnOk: TButton
  148.     Left = 70
  149.     Top = 257
  150.     Width = 75
  151.     Height = 25
  152.     HelpContext = 6063
  153.     Anchors = [akLeft, akBottom]
  154.     Caption = '&Add'
  155.     Default = True
  156.     Enabled = False
  157.     ModalResult = 1
  158.     TabOrder = 9
  159.   end
  160.   object btnCancel: TButton
  161.     Left = 155
  162.     Top = 257
  163.     Width = 75
  164.     Height = 25
  165.     Anchors = [akLeft, akBottom]
  166.     Cancel = True
  167.     Caption = '&Cancel'
  168.     ModalResult = 2
  169.     TabOrder = 10
  170.   end
  171.   object EdHttpUrl: TEdit
  172.     Left = 103
  173.     Top = 202
  174.     Width = 183
  175.     Height = 21
  176.     HelpContext = 6061
  177.     Anchors = [akLeft, akBottom]
  178.     TabOrder = 7
  179.   end
  180.   object chkAnonymous: TCheckBox
  181.     Left = 105
  182.     Top = 150
  183.     Width = 97
  184.     Height = 17
  185.     Caption = 'chkAnonymous'
  186.     TabOrder = 5
  187.     OnClick = chkAnonymousClick
  188.   end
  189. end
  190.